Skip to content

Commit 6ec15a9

Browse files
committed
* Updating to Sling.js version 17.7.2
* Updating to Sling.js version 17.7.2.
1 parent 3ded557 commit 6ec15a9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
import { mount } from '../node_modules/slingjs/sling.min.es5';
1+
import { mount, setDetectionStrategy } from '../node_modules/slingjs/sling.min.es5';
22
import ControllerComponent from './controller';
33

4+
setDetectionStrategy(s.CHANGE_STRATEGY_MANUAL);
5+
46
// initialize
57
mount('main', new ControllerComponent());

0 commit comments

Comments
 (0)