Changeset 1237533
- Timestamp:
- 09/03/2015 06:03:48 PM (11 years ago)
- Location:
- storyform/trunk
- Files:
-
- 2 edited
-
editor/editor.js (modified) (1 diff)
-
src/js/editor.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
storyform/trunk/editor/editor.js
r1230971 r1237533 2843 2843 }); 2844 2844 }); 2845 posterFrame.on("close", function () { 2846 cb(); 2847 }); 2845 2848 2846 posterFrame.open(); 2849 2847 } -
storyform/trunk/src/js/editor.js
r1230971 r1237533 205 205 206 206 }); 207 posterFrame.on( 'close', function() { 208 cb(); 209 }); 207 210 208 posterFrame.open(); 211 209 }
Note: See TracChangeset
for help on using the changeset viewer.