4d6272d442c6b5616ea21b0cfbbb3a02dfca7cfc.svn-base 171 B

123456789
  1. BemsWebApplication.alarm_popup_check = function (params) {
  2. "use strict";
  3. var viewModel = {
  4. // Put the binding properties here
  5. };
  6. return viewModel;
  7. };