Sha256: 84a15953a1da105ecc43266d790e78e9f157c2567b75aeedcbcc5b960bfbd31a

Contents?: true

Size: 202 Bytes

Versions: 3

Compression:

Stored size: 202 Bytes

Contents

(function() {
  "use strict";
  App.vue.interfaces.helpers = {
    methods: {
      _randomId: function() {
        return 'random-input-id-' + parseInt(Math.random() * 10000);
      }
    }
  };
})();

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
codelation_ui-1.0.57 app/assets/javascripts/codelation_ui/std/interfaces/helpers.js
codelation_ui-1.0.1 app/assets/javascripts/codelation_ui/std/interfaces/helpers.js
codelation_ui-1.0.0 app/assets/javascripts/codelation_ui/std/interfaces/helpers.js