Skip to content

Commit e9a3f41

Browse files
committed
v0.1.2
1 parent 02d204c commit e9a3f41

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 about customizing 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 about customizing 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-
function getCommand(o){var r=o.split("(")[0];return r.length?r:void console.log("Error loading editor action command ",o)}function getParams(o){var r=/\((.*?)\)$/.exec(o)[1].split(",");return r.length?r:void console.log("Error loading editor action params ",o)}function callEditorAction(o){var r=getCommand(o),t=getParams(o);return{type:Type.EDITOR_ACTION,payload:{command:r,params:t}}}function callEditorActions(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)}var Type=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 about customizing 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 about customizing 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 about customizing 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 about customizing 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 about customizing 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 about customizing 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 about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)