Skip to content

Commit 867c84c

Browse files
author
fengcaian
committed
c
1 parent f1d99f9 commit 867c84c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/framework.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ define(['src/command-component/cmd-cmt'], function (cc) {
282282
triggerEvent: 'click'
283283
};
284284
$scope.rightClick = function (event) {
285-
console.log(1234);
285+
console.log(12345);
286286
}
287287
}]);
288288
return module;

0 commit comments

Comments
 (0)