Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite9a3f41

Browse files
committed
v0.1.2
1 parent02d204c commite9a3f41

File tree

14 files changed

+12
-12
lines changed

14 files changed

+12
-12
lines changed

‎lib/actions/actionTypes.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎lib/actions/actions.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎lib/actions/editor-actions.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
functiongetCommand(o){varr=o.split("(")[0];returnr.length?r:voidconsole.log("Error loading editor action command ",o)}functiongetParams(o){varr=/\((.*?)\)$/.exec(o)[1].split(",");returnr.length?r:voidconsole.log("Error loading editor action params ",o)}functioncallEditorAction(o){varr=getCommand(o),t=getParams(o);return{type:Type.EDITOR_ACTION,payload:{command:r,params:t}}}functioncallEditorActions(o){_.isArray(o)?o.forEach(function(o){o.length&&callEditorAction(o)}):_.isString(o)?(console.log("Editor actions should be an array."),callEditorAction(o)):console.error("Issue: Called editor actions with non-array.",o)}varType=require("./actionTypes"),_=require("lodash");Object.defineProperty(exports,"__esModule",{value:!0}),exports["default"]=callEditorActions;

‎lib/actions/page-actions.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎lib/actions/task-actions.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎lib/atom/editor.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎lib/reducers/editor-actions/actions.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎lib/reducers/editor-actions/editor-actions.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎lib/reducers/run-tests/mocha/runner.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎lib/reducers/task-position/task-position.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp