forked from publiclab/plots2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: Add setState Method in editor.js (publiclab#9035)
* write setState method with default parameters publiclab#9004 * set preview when calling E.setState publiclab#9004 * set preview when calling E.setState publiclab#9004 * change E.initialize to E.setState; add comment-preview class publiclab#9004 * change E.initialize({}) to E.initialize() publiclab#9004 * change regex test to match /features/new in wrap publiclab#9004 * rewrite selector for more specificity publiclab#9004 * rewrite for cognitive complexity publiclab#9004 * desperately trying to pass codeclimate publiclab#9004 * desperately trying to pass codeclimate publiclab#9004 * desperately trying to pass codeclimate publiclab#9004 * desperately trying to pass codeclimate publiclab#9004 * oops, switched ternary operator publiclab#9004
- Loading branch information
1 parent
9f99388
commit 0922608
Showing
6 changed files
with
47 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,6 @@ | |
|
||
<script> | ||
jQuery(document).ready(function() { | ||
$E.initialize({}) | ||
$E.initialize(); | ||
}) | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters